#VRML V2.0 utf8 #vr2-2-14.wrl PROTO MyColoredCylinder [ field SFColor MyYellow 1.0 1.0 0.0 ]{ Shape { appearance Appearance { material Material { diffuseColor IS MyYellow } } geometry Cylinder {} } } MyColoredCylinder{}